From: Wei Liu Date: Tue, 4 Aug 2015 10:16:32 +0000 (+0100) Subject: libxl: remove stray declaration of libxl__hotplug_settings X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2655 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=6ae35286aca73b93a3f10018795b63c17ec2b2ea;p=xen.git libxl: remove stray declaration of libxl__hotplug_settings That function was removed in 2ba368d1 ("libxl: Remove linux udev rules") Signed-off-by: Wei Liu Acked-by: Ian Campbell --- diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index 911de2de9f..2771c71af0 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -1921,9 +1921,6 @@ _hidden char *libxl__device_model_xs_path(libxl__gc *gc, uint32_t dm_domid, uint32_t domid, const char *format, ...) PRINTF_ATTRIBUTE(4, 5); -/* Check how executes hotplug script currently */ -int libxl__hotplug_settings(libxl__gc *gc, xs_transaction_t t); - /* * Calling context and GC for event-generating functions: *